toBytes

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[sizeofTypes!T] toBytes(T input)
  2. ubyte[] toBytes(T input)
  3. ubyte[N] toBytes(T input)
    @nogc nothrow pure
    ubyte[N]
    toBytes
    (
    T
    uint N = T.sizeof
    )
    ()

Meta